projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de1d012
)
(internal_equal): compare_window_configurations takes new arg.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Mar 1998 19:10:51 +0000
(19:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Mar 1998 19:10:51 +0000
(19:10 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 49855103bcdd1f74c7b700ccff27cc4aabf8fff0..6bdcff83e218d9fee12691af51e7cfefdaf54373 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1574,7
+1574,7
@@
internal_equal (o1, o2, depth)
return 1;
}
if (WINDOW_CONFIGURATIONP (o1))
- return compare_window_configurations (o1, o2);
+ return compare_window_configurations (o1, o2
, 0
);
/* Aside from them, only true vectors, char-tables, and compiled
functions are sensible to compare, so eliminate the others now. */